Auto merge of #2912 - matklad:move-target-dir, r=alexcrichton
authorbors <bors@rust-lang.org>
Mon, 25 Jul 2016 04:44:23 +0000 (21:44 -0700)
committerGitHub <noreply@github.com>
Mon, 25 Jul 2016 04:44:23 +0000 (21:44 -0700)
Move `target_dir` to Workspace and fix #2848

Target dir is now an API of Workspace. It is still initialized eagerly, just later.

I also had to errors in the config file when retrieving `verbose` and `color` config. Seems fishy, but is probably OK.


Trivial merge